home *** CD-ROM | disk | FTP | other *** search
- tell application "MenuScripter"
- copy selection of window 1 to usersel
- set fontsize to the size of usersel
- set fontsize to fontsize-1
- if fontsize=0
- set fontsize to 12
- end if
- set the size of usersel to fontsize
- end tell